-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flipp: use height value from server response #3940
base: master
Are you sure you want to change the base?
Conversation
…ds in decisions response (#8) * add compactHeight and standardHeight fields in decision response * modify tests * modify tests * modify tests * modify tests * adding height to expectedBidResponses * final testing * final changes * final changes * final changes
Code coverage summaryNote:
flippRefer here for heat map coverage report
|
Hi, could I please get two reviews to proceed with this change? Thank you @przemkaczmarek @bsardo @onkarvhanumante @minaguib @dlackty @dmitris @asweeney86 @hhhjort |
Hi @przemkaczmarek, I hope you're doing well. Can we get an update on this? |
Hello, could I please get another review to proceed with this change? Thank you @bsardo @onkarvhanumante @minaguib @dlackty @dmitris @asweeney86 @hhhjort |
Hi @bsardo , I hope you're doing well. Can we get an update on this? |
Hi @MishelleBit, we recently released PBS 3.0, more specifically v3.1.0, which updates Prebid Server package import references throughout the project from
As a result, please merge with master (no rebase) and then ensure all Prebid Server package import references in the files you’ve changed are |
Code coverage summaryNote:
flippRefer here for heat map coverage report
|
Code coverage summaryNote:
flippRefer here for heat map coverage report
|
Hi @bsardo, done! |
Using standardHeight and compactHeight from server response. Modified some tests accordingly as well.